PreserveOutlineState Property (FlexGridBase<T>)
In This Topic
Gets or sets a value that determines whether the grid should preserve the expanded/collapsed state of nodes when the data is refreshed.
Syntax
'Declaration
<System.ComponentModel.DefaultValueAttribute(True)>
Public Overridable Property PreserveOutlineState As System.Boolean
'Usage
Dim instance As FlexGridBase(Of T)
Dim value As System.Boolean
instance.PreserveOutlineState = value
value = instance.PreserveOutlineState
[System.ComponentModel.DefaultValue(true)]
public virtual System.bool PreserveOutlineState {get; set;}
public read-write property PreserveOutlineState: System.Boolean; virtual;
System.ComponentModel.DefaultValueAttribute()
public function get,set PreserveOutlineState : System.boolean
[System.ComponentModel.DefaultValue(true)]
public: __property virtual System.bool get_PreserveOutlineState();
public: __property virtual void set_PreserveOutlineState(
System.bool value
);
[System.ComponentModel.DefaultValue(true)]
public:
virtual property System.bool PreserveOutlineState {
System.bool get();
void set ( System.bool value);
}
See Also